DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ILoadedItem<T> Interface / Item Property

In This Topic
    Item Property (ILoadedItem<T>)
    In This Topic
    Gets the item.
    Syntax
    'Declaration
     
    ReadOnly Property Item As T
    T Item {get;}
    See Also